home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / PredatorPrey / trick.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-22  |  1.2 KB  |  45 lines  |  [TEXT/KAHL]

  1.             /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
  2.             /*                                                               */
  3.             /*                    Prototype HP15C Calculator                */
  4.             /*                    James C. Ullrey                            */
  5.             /*                    INRESCO                                    */
  6.             /*                    © 1990                                    */
  7.             /*                    Version    13.97a                            */
  8.             /*                                                               */
  9.             /*                    TRICK   SEGMENT                               */
  10.             /*                                                               */
  11.             /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
  12.  
  13.  
  14. #define _DECLAIR
  15.  
  16. /*****************************************************************/
  17. /*  I N C L U D E S
  18. /*****************************************************************/
  19.  
  20.  
  21.  
  22. #ifndef __C14__
  23. #include    "PredatorPrey.h"
  24. #endif
  25. #include "Globals.h"
  26. #include "trick.h"
  27.  
  28. /*****************************************************************/
  29. /*  P R O T O T Y P E S
  30. /*****************************************************************/
  31.  
  32.  
  33.  
  34. /*****************************************************************/
  35. /*****************************************************************/
  36. /*
  37. /* R O U T I N E S
  38. /*
  39. /*****************************************************************/
  40. /*****************************************************************/
  41.  
  42.  
  43. void    trick_seg() {}        /*  for reference in "UnloadSeg()" calls    */
  44.  
  45.